home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / trilib.zip / PLAY.TXT < prev    next >
Text File  |  1993-01-23  |  4KB  |  113 lines

  1.  
  2.  
  3. Trilobyte SVGA FLICK & Groovie Player.
  4. Copyright 1991 Trilobyte, all rights reserved.
  5.  
  6.  
  7. This is version 0.6 of Trilobyte's SVGA FLICK player.  
  8.  
  9. Version 0.6 adds:
  10.     Starts animations off at the correct speed
  11.     Added -s command line option for speed (e.g. play myflie.fli -s9)
  12.     Added -l command line option for looping (e.g play myfile.fli -l9)
  13.     Added -g command line option for staying in graphic mode once done
  14.     Added ability to play back Groovie 0.1 files
  15.     Added Grey Scale toggle with Home key
  16.  
  17. Version 0.5 adds:
  18.     Detects processor type and uses processor specific instructions
  19.     Fixed bug on uncompressed .FLI files
  20.     Added luminence control with Pgup/Pgdown keys (not on Hercules)
  21.     Added Home key for returning back to original palette
  22.     Fixed bug with palette fades
  23.     Fixed VESA win.granulality bug
  24.     Added support for RAM/EMS/FILE caching
  25.     Made .FLI limit 16 megabytes
  26.  
  27. Version 0.4 fixes:
  28.     Problems with storing seek position on some .fli files
  29.     Problems with 320x200 first frame
  30.     Hercules Graphics Station version uses 386 instructions
  31.     Variable speed playback with 1-9 keys
  32.     Escape from the program with the ESC key
  33.  
  34. Version 0.3 adds support for:
  35.     Hercules Graphic Station Card
  36.     Fixed bugs
  37.     Made old 320x200x256 animations play in 320x200 mode
  38.     Center other animations into middle of screen
  39.  
  40. Version 0.2 adds support for:
  41.     Tseng 4000
  42.     Oak Technologies
  43.     VESA
  44.  
  45. How to use the Player
  46.  
  47. Using the program is simple.  All you have to do is type "PLAY filename.FLI"
  48. or "PLAY scriptname.GRV", the program will try and detect the SVGA card you 
  49. have, and then start to play the animation in 640x480x256 resolution. 
  50. Programs that generate .FLI's at this resolution include Autodesk 3D Studio 
  51. and Autodesk Animator Pro.
  52.  
  53. This program is not free.  Trilobyte will support the product and send you
  54. regular updates and the scripting program "Groovie".
  55.  
  56. If you would like to register, please send a check, made payable to Trilobyte,
  57. for $20 to:
  58.     Trilobyte
  59.     PO Box 1412
  60.     Jacksonville
  61.     Oregon, 97530
  62.  
  63.     (503) 899 1113
  64.  
  65. YOU HAVE TO REGISTER TO GET THE SCRIPT MAKER "GROOVIE" !!!
  66.  
  67. If you have any comments, please send them to:
  68.     Compuserve: 72330,3276
  69.     Genie     : G.DEVINE
  70.     Internet  : 72330,3276@compuserve.com
  71.  
  72. For best results when using the player, play the animation with lots of
  73. expanded memory free.  Play uses expanded memory to store the animation.  To
  74. use expanded memory you must first install a driver like EMM.SYS.
  75.  
  76. To stop the player from animating, press the Esc key, the player will change 
  77. back to text mode and return you to dos.
  78.  
  79. To vary the playback speed, press the keys 1-9 on the keyboard, pressing 0
  80. will restore the speed saved in the animation.
  81.  
  82. To change the luminence of the animation use the Pgup/Pgdown keys, Home
  83. returns the colors back to normal.
  84.  
  85. To toggle grey scale on/off press the Home key.  Useful for that old movie
  86. effect.
  87.  
  88. To change the number of loops, use the -ln or /ln option on the command line.
  89. For example:
  90.     Play myfli.fli -l10
  91. will play "myfli.fli" ten times.  The maximum number of loops is 65535.  A
  92. value of 0 will loop forever.
  93.  
  94. To change the speed from the command line, use the -sn or /sn option.
  95. For example:
  96.     Play myfli.fli -s10
  97. will play "myfli.fli" at speed ten.  Speeds can be between 0 and 255.
  98.  
  99. To stop Play changing the video mode back to text once finished, use the /g
  100. or -g option on the command line.
  101. For example:
  102.     Play myfli.fli -l10 -s10 -g
  103. will play "myfli.fli" ten times at speed ten and then stay in graphics mode
  104. when it exits.
  105.     
  106. Planned changes so far are:
  107.     Support for more graphic cards (including Targa)
  108.     A version for Windows
  109.     A Protected Mode version for faster playback
  110.  
  111. Thank you for using the Trilobyte SVGA FLICK & Groovie Player
  112.  
  113.